home *** CD-ROM | disk | FTP | other *** search
- Subject: Re: ODF 1 - download issues
- Sent: 5/16/96 7:24 PM
- Received: 5/17/96 9:03 AM
- From: Henri Lamiraux, lamiraux@apple.com
- Reply-To: ODF-Interest@CILabs.ORG
- To: OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
-
- >4. Perhaps 'cause of virtual memory, perhaps 'cause of the increase in ODF
- >1 functionality, my compiles "seem" to take a lot longer. For example,
- >making a small change to a part takes ages for things to compile. What's
- >going on? Is it 'cause of virtual memory?
- >
-
- Turning VM on is definitly making your compile slower.
-
- >5. ODF Parts seem to be at least twice as big as their raw OpenDoc/C++
- >counterparts e.g. ODF Nothing comes in at 340K whilst SamplePart comes in
- >at 145K. I presume and hope that the release that moves the ODF Framework
- >layer into a shared lib will bring things back down to the 145K mark (I
- >can understand it being, say, 20% bigger).
-
- Your are looking at the debug build of the ODFNothing part. The release
- build is around 184K. We are putting a lot of assertions in our debug
- build.
-